[INFO] fetching crate peam-ssz 2.0.2...
[INFO] fixing peam-ssz-2.0.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate peam-ssz 2.0.2 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate peam-ssz 2.0.2
[INFO] finished tweaking crates.io crate peam-ssz 2.0.2
[INFO] tweaked toml for crates.io crate peam-ssz 2.0.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate peam-ssz 2.0.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate peam-ssz 2.0.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d56a7641108955e1e945d2a5d025ab6798ad3c6f2ba8e998d205f6cb808f532f
[INFO] running `Command { std: "docker" "start" "d56a7641108955e1e945d2a5d025ab6798ad3c6f2ba8e998d205f6cb808f532f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d56a7641108955e1e945d2a5d025ab6798ad3c6f2ba8e998d205f6cb808f532f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d56a7641108955e1e945d2a5d025ab6798ad3c6f2ba8e998d205f6cb808f532f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d56a7641108955e1e945d2a5d025ab6798ad3c6f2ba8e998d205f6cb808f532f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling peam-ssz v2.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `libssz`
[INFO] [stdout]  --> benches/fixtures.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use libssz::SszEncode;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `libssz`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `libssz`, use `cargo add libssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libssz_derive`
[INFO] [stdout]  --> benches/fixtures.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use libssz_derive::{HashTreeRoot, SszDecode, SszEncode};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libssz_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `libssz_derive`, use `cargo add libssz_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libssz`
[INFO] [stdout]  --> benches/fixtures.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use libssz::SszEncode;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `libssz`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `libssz`, use `cargo add libssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libssz_derive`
[INFO] [stdout]  --> benches/fixtures.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use libssz_derive::{HashTreeRoot, SszDecode, SszEncode};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libssz_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `libssz_derive`, use `cargo add libssz_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]  --> benches/peam_differential.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use criterion::{black_box, criterion_group, criterion_main, BenchmarkId, Criterion, Throughput};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `criterion`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `criterion`, use `cargo add criterion` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libssz`
[INFO] [stdout]   --> benches/peam_differential.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use libssz::{SszDecode as LibSszDecode, SszEncode as LibSszEncode};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `libssz`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libssz`, use `cargo add libssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libssz_merkle`
[INFO] [stdout]   --> benches/peam_differential.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use libssz_merkle::HashTreeRoot as LibHashTreeRoot;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libssz_merkle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libssz_merkle`, use `cargo add libssz_merkle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `peam-ssz` (bench "fixtures") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:171:5
[INFO] [stdout]     |
[INFO] [stdout] 171 |     ssz_rs::Serialize::serialize(&h.slot, &mut buf).unwrap();
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 |     ssz_rs::Serialize::serialize(&h.proposer_index, &mut buf).unwrap();
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:173:5
[INFO] [stdout]     |
[INFO] [stdout] 173 |     ssz_rs::Serialize::serialize(&h.parent_root, &mut buf).unwrap();
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     ssz_rs::Serialize::serialize(&h.state_root, &mut buf).unwrap();
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:175:5
[INFO] [stdout]     |
[INFO] [stdout] 175 |     ssz_rs::Serialize::serialize(&h.body_root, &mut buf).unwrap();
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 200 |                 b.iter(|| lighthouse_ssz::Encode::as_ssz_bytes(black_box(&value)))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout] ...
[INFO] [stdout] 215 |     bench_encode!("bool", true);
[INFO] [stdout]     |     --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `bench_encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:205:21
[INFO] [stdout]     |
[INFO] [stdout] 205 |                     ssz_rs::Serialize::serialize(black_box(&value), &mut buf).unwrap();
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout] ...
[INFO] [stdout] 215 |     bench_encode!("bool", true);
[INFO] [stdout]     |     --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `bench_encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 200 |                 b.iter(|| lighthouse_ssz::Encode::as_ssz_bytes(black_box(&value)))
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout] ...
[INFO] [stdout] 216 |     bench_encode!("u64", 0x1234_5678_9ABC_DEF0u64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `bench_encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:205:21
[INFO] [stdout]     |
[INFO] [stdout] 205 |                     ssz_rs::Serialize::serialize(black_box(&value), &mut buf).unwrap();
[INFO] [stdout]     |                     ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout] ...
[INFO] [stdout] 216 |     bench_encode!("u64", 0x1234_5678_9ABC_DEF0u64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `bench_encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:229:19
[INFO] [stdout]     |
[INFO] [stdout] 229 |         b.iter(|| lighthouse_ssz::Encode::as_ssz_bytes(black_box(&value)))
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:234:13
[INFO] [stdout]     |
[INFO] [stdout] 234 |             ssz_rs::Serialize::serialize(black_box(&value), &mut buf).unwrap();
[INFO] [stdout]     |             ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:249:22
[INFO] [stdout]     |
[INFO] [stdout] 249 |         let ssz_rs = ssz_rs::List::<u64, PEAM_VEC_LIMIT>::try_from(data.clone()).unwrap();
[INFO] [stdout]     |                      ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:256:23
[INFO] [stdout]     |
[INFO] [stdout] 256 |             b.iter(|| lighthouse_ssz::Encode::as_ssz_bytes(black_box(data)));
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:261:17
[INFO] [stdout]     |
[INFO] [stdout] 261 |                 ssz_rs::Serialize::serialize(black_box(data), &mut buf).unwrap();
[INFO] [stdout]     |                 ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tree_hash` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:459:19
[INFO] [stdout]     |
[INFO] [stdout] 459 |         b.iter(|| tree_hash::TreeHash::tree_hash_root(black_box(&bool_value)).0)
[INFO] [stdout]     |                   ^^^^^^^^^ use of unresolved module or unlinked crate `tree_hash`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tree_hash`, use `cargo add tree_hash` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:464:13
[INFO] [stdout]     |
[INFO] [stdout] 464 |             ssz_rs::Merkleized::hash_tree_root(&mut value).unwrap()
[INFO] [stdout]     |             ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tree_hash` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:478:19
[INFO] [stdout]     |
[INFO] [stdout] 478 |         b.iter(|| tree_hash::TreeHash::tree_hash_root(black_box(&u64_value)).0)
[INFO] [stdout]     |                   ^^^^^^^^^ use of unresolved module or unlinked crate `tree_hash`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tree_hash`, use `cargo add tree_hash` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:483:13
[INFO] [stdout]     |
[INFO] [stdout] 483 |             ssz_rs::Merkleized::hash_tree_root(&mut value).unwrap()
[INFO] [stdout]     |             ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tree_hash` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:498:19
[INFO] [stdout]     |
[INFO] [stdout] 498 |         b.iter(|| tree_hash::TreeHash::tree_hash_root(black_box(&bytes32_value)).0)
[INFO] [stdout]     |                   ^^^^^^^^^ use of unresolved module or unlinked crate `tree_hash`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tree_hash`, use `cargo add tree_hash` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:503:13
[INFO] [stdout]     |
[INFO] [stdout] 503 |             ssz_rs::Merkleized::hash_tree_root(&mut value).unwrap()
[INFO] [stdout]     |             ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:521:22
[INFO] [stdout]     |
[INFO] [stdout] 521 |         let ssz_rs = ssz_rs::List::<u64, PEAM_VEC_LIMIT>::try_from(data.clone()).unwrap();
[INFO] [stdout]     |                      ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:533:17
[INFO] [stdout]     |
[INFO] [stdout] 533 |                 ssz_rs::Merkleized::hash_tree_root(&mut value).unwrap()
[INFO] [stdout]     |                 ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |     <u64 as lighthouse_ssz::Encode>::ssz_append(&h.slot, &mut buf);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:151:13
[INFO] [stdout]     |
[INFO] [stdout] 151 |     <u64 as lighthouse_ssz::Encode>::ssz_append(&h.proposer_index, &mut buf);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:152:18
[INFO] [stdout]     |
[INFO] [stdout] 152 |     <[u8; 32] as lighthouse_ssz::Encode>::ssz_append(&h.parent_root, &mut buf);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:153:18
[INFO] [stdout]     |
[INFO] [stdout] 153 |     <[u8; 32] as lighthouse_ssz::Encode>::ssz_append(&h.state_root, &mut buf);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:154:18
[INFO] [stdout]     |
[INFO] [stdout] 154 |     <[u8; 32] as lighthouse_ssz::Encode>::ssz_append(&h.body_root, &mut buf);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:160:24
[INFO] [stdout]     |
[INFO] [stdout] 160 |     let slot = <u64 as lighthouse_ssz::Decode>::from_ssz_bytes(&bytes[0..8]).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:161:34
[INFO] [stdout]     |
[INFO] [stdout] 161 |     let proposer_index = <u64 as lighthouse_ssz::Decode>::from_ssz_bytes(&bytes[8..16]).unwrap();
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:162:36
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let parent_root = <[u8; 32] as lighthouse_ssz::Decode>::from_ssz_bytes(&bytes[16..48]).unwrap();
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:163:35
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let state_root = <[u8; 32] as lighthouse_ssz::Decode>::from_ssz_bytes(&bytes[48..80]).unwrap();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:164:34
[INFO] [stdout]     |
[INFO] [stdout] 164 |     let body_root = <[u8; 32] as lighthouse_ssz::Decode>::from_ssz_bytes(&bytes[80..112]).unwrap();
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:181:24
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let slot = <u64 as ssz_rs::Deserialize>::deserialize(&bytes[0..8]).unwrap();
[INFO] [stdout]     |                        ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:182:34
[INFO] [stdout]     |
[INFO] [stdout] 182 |     let proposer_index = <u64 as ssz_rs::Deserialize>::deserialize(&bytes[8..16]).unwrap();
[INFO] [stdout]     |                                  ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:183:36
[INFO] [stdout]     |
[INFO] [stdout] 183 |     let parent_root = <[u8; 32] as ssz_rs::Deserialize>::deserialize(&bytes[16..48]).unwrap();
[INFO] [stdout]     |                                    ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:184:35
[INFO] [stdout]     |
[INFO] [stdout] 184 |     let state_root = <[u8; 32] as ssz_rs::Deserialize>::deserialize(&bytes[48..80]).unwrap();
[INFO] [stdout]     |                                   ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:185:34
[INFO] [stdout]     |
[INFO] [stdout] 185 |     let body_root = <[u8; 32] as ssz_rs::Deserialize>::deserialize(&bytes[80..112]).unwrap();
[INFO] [stdout]     |                                  ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:357:29
[INFO] [stdout]     |
[INFO] [stdout] 357 |                     <$ty as lighthouse_ssz::Decode>::from_ssz_bytes(black_box(&bytes)).unwrap()
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout] ...
[INFO] [stdout] 369 |     bench_decode!("bool", bool, true);
[INFO] [stdout]     |     --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `bench_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:361:35
[INFO] [stdout]     |
[INFO] [stdout] 361 |                 b.iter(|| <$ty as ssz_rs::Deserialize>::deserialize(black_box(&bytes)).unwrap())
[INFO] [stdout]     |                                   ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout] ...
[INFO] [stdout] 369 |     bench_decode!("bool", bool, true);
[INFO] [stdout]     |     --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `bench_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:357:29
[INFO] [stdout]     |
[INFO] [stdout] 357 |                     <$ty as lighthouse_ssz::Decode>::from_ssz_bytes(black_box(&bytes)).unwrap()
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout] ...
[INFO] [stdout] 370 |     bench_decode!("u64", u64, 0x1234_5678_9ABC_DEF0u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `bench_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:361:35
[INFO] [stdout]     |
[INFO] [stdout] 361 |                 b.iter(|| <$ty as ssz_rs::Deserialize>::deserialize(black_box(&bytes)).unwrap())
[INFO] [stdout]     |                                   ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout] ...
[INFO] [stdout] 370 |     bench_decode!("u64", u64, 0x1234_5678_9ABC_DEF0u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the macro `bench_decode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:384:32
[INFO] [stdout]     |
[INFO] [stdout] 384 |         b.iter(|| <[u8; 32] as lighthouse_ssz::Decode>::from_ssz_bytes(black_box(&bytes)).unwrap())
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:387:32
[INFO] [stdout]     |
[INFO] [stdout] 387 |         b.iter(|| <[u8; 32] as ssz_rs::Deserialize>::deserialize(black_box(&bytes)).unwrap())
[INFO] [stdout]     |                                ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `lighthouse_ssz` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:407:30
[INFO] [stdout]     |
[INFO] [stdout] 407 |                 <Vec<u64> as lighthouse_ssz::Decode>::from_ssz_bytes(black_box(bytes)).unwrap()
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lighthouse_ssz`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `lighthouse_ssz`, use `cargo add lighthouse_ssz` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:412:55
[INFO] [stdout]     |
[INFO] [stdout] 412 |                 <ssz_rs::List<u64, PEAM_VEC_LIMIT> as ssz_rs::Deserialize>::deserialize(black_box(
[INFO] [stdout]     |                                                       ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ssz_rs` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:412:18
[INFO] [stdout]     |
[INFO] [stdout] 412 |                 <ssz_rs::List<u64, PEAM_VEC_LIMIT> as ssz_rs::Deserialize>::deserialize(black_box(
[INFO] [stdout]     |                  ^^^^^^ use of unresolved module or unlinked crate `ssz_rs`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ssz_rs`, use `cargo add ssz_rs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libssz_merkle` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:455:70
[INFO] [stdout]     |
[INFO] [stdout] 455 |             LibHashTreeRoot::hash_tree_root(&black_box(bool_value), &libssz_merkle::Sha2Hasher)
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libssz_merkle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libssz_merkle`, use `cargo add libssz_merkle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libssz_merkle` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:474:69
[INFO] [stdout]     |
[INFO] [stdout] 474 |             LibHashTreeRoot::hash_tree_root(&black_box(u64_value), &libssz_merkle::Sha2Hasher)
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libssz_merkle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libssz_merkle`, use `cargo add libssz_merkle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libssz_merkle` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:494:73
[INFO] [stdout]     |
[INFO] [stdout] 494 |             LibHashTreeRoot::hash_tree_root(black_box(&bytes32_value), &libssz_merkle::Sha2Hasher)
[INFO] [stdout]     |                                                                         ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libssz_merkle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libssz_merkle`, use `cargo add libssz_merkle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libssz_merkle` in this scope
[INFO] [stdout]    --> benches/peam_differential.rs:527:67
[INFO] [stdout]     |
[INFO] [stdout] 527 |                 LibHashTreeRoot::hash_tree_root(black_box(data), &libssz_merkle::Sha2Hasher)
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libssz_merkle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libssz_merkle`, use `cargo add libssz_merkle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `peam-ssz` (bench "peam_differential") due to 55 previous errors
[INFO] running `Command { std: "docker" "inspect" "d56a7641108955e1e945d2a5d025ab6798ad3c6f2ba8e998d205f6cb808f532f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d56a7641108955e1e945d2a5d025ab6798ad3c6f2ba8e998d205f6cb808f532f", kill_on_drop: false }`
[INFO] [stdout] d56a7641108955e1e945d2a5d025ab6798ad3c6f2ba8e998d205f6cb808f532f
